func github.com/go-pg/pg/v10/orm.newMapModel

2 uses

	github.com/go-pg/pg/v10/orm (current package)
		model.go#L124: 		return newMapModel(mapPtr), nil
		model_map.go#L15: func newMapModel(ptr *map[string]interface{}) *mapModel {